home *** CD-ROM | disk | FTP | other *** search
- /**
- GRAB Graph Layout and Browser System
-
- Copyright (c) 1986, 1988 Regents of the University of California
- Copyright (c) 1989, Tera Computer Company
- **/
-
- /* debug.h -- definitions for debugging */
-
- #ifndef debug_h
- #define debug_h
-
- #include "attribute.h"
-
- extern BOOL debug; /* overall debug flag */
- extern BOOL debug1; /* debug flag for proper.c */
- extern BOOL debug2; /* debug flag for mincross.c */
- extern BOOL debug3; /* debug flag for edge straightening in layout.c */
-
- #endif
-